home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / delay6.zip / README < prev   
Text File  |  1991-07-17  |  750b  |  19 lines

  1. This is a patch for the CRT unit for Turbo Pascal version 6.0. It takes care
  2. of unpredictable DELAY times on computers faster than 30mhz.
  3.  
  4. To patch the CRT unit you need to have TURBO.TPL and TPUMOVER.EXE from
  5. Turbo Pascal 6.0, and DELAYPAT.BAT from this ZIP file all in the
  6. same directory. Also DOS's DEBUG must be in the current directory or 
  7. in the current path.
  8.  
  9. MAKE THESE CHANGES TO A COPY OF TURBO.TPL NOT YOUR ORIGNAL!
  10. DO NOT CHANGE YOUR ORIGNAL TURBO.TPL ONLY CHANGE YOUR WORKING COPY!
  11.  
  12. To correct the DELAY procedure of the CRT unit . . .
  13.  
  14. Type: DELAYPAT
  15.    
  16. When the DOS prompt comes back the installation process is complete.
  17. NOTE: the changes will only affect programs that are compiled after
  18. that patch has been made.
  19.